os.file.dirinfo (field)
12 uses
os (current package)
dir_unix.go#L46: if f.dirinfo == nil {
dir_unix.go#L47: f.dirinfo = new(dirInfo)
dir_unix.go#L48: f.dirinfo.buf = dirBufPool.Get().(*[]byte)
dir_unix.go#L50: d := f.dirinfo
file.go#L242: if e == nil && f.dirinfo != nil && r != 0 {
file_unix.go#L61: dirinfo *dirInfo // nil unless directory being read
file_unix.go#L310: if file.dirinfo != nil {
file_unix.go#L311: file.dirinfo.close()
file_unix.go#L312: file.dirinfo = nil
file_unix.go#L332: if f.dirinfo != nil {
file_unix.go#L335: f.dirinfo.close()
file_unix.go#L336: f.dirinfo = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |